<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 内页banner */
.ny-ban{
    position: relative;
    overflow: hidden;
    background: #222;
    min-height: 200px;
}

.ny-ban img{    
    width:100%;
    transition: all .3s ease-out,right .2s ease-out;
}
.ny-ban:hover img {
    transform: scale(1.1);
}
.ny-ban .ny-title{
    width:100%;
    position: absolute;
    bottom: 15%;
    color:#fff;
    font-size: 20px;
    line-height: 1.2;
    z-index: 4; 
}
.ny-ban .ny-title .cntitle{
    font-size: 36px; 
    font-weight: 600;
    margin-bottom: 10px;        
}
.ny-ban .ny-title .cntitle span{
    display: block;
    font-size: 30px;
}
.ny-ban .ny-title .ny-ernav{
    display: flex;
    border-top: 1px solid #cbcdcf;
    margin-top: 25px;
    padding-top: 25px;
}
.ny-ban .ny-title .ny-ernav li {
    width: 16%;  
    margin-right: 1.3%;
}
.ny-ban .ny-title .ny-ernav li a{
    display: block;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    border: 1px solid #cbcdcf;
    transition: all 0.3s;
}
.ny-ban .ny-title .ny-ernav li a i{
    float: right;
    font-size: 16px;
}
.ny-ban .ny-title .ny-ernav li a:hover,.ny-ban .ny-title .ny-ernav li a.active{
    background: #0da264;
    border: 1px solid #0da264;
}
@media(max-width:991px){
    .ny-ban .ny-title .ny-ernav{
        display: none;
    }
    .ny-ban .ny-title{
        font-size: 14px;
    }
    .ny-ban .ny-title .cntitle{
        font-size: 18px;
    }
    .ny-ban .ny-title .cntitle span{
        font-size: 20px;
    }    
    .ny-ban img {       
        width: 180%;
        max-width: none;
        margin-left: -40%;
    }
}
/* 当前位置 */
.position{
    position: relative; 
    padding: 15px 0px;
    overflow: hidden;
    background: #f8f8f8;
} 
.position span{  
    font-size: 24px;
    font-weight: bold;
}
.position ul{
    display: flex;
}
.position ul.ny-nav li a{ 
    display: block;
    padding: 6px 25px;
    margin-left: 12px;
    border-radius: 25px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #fff;
    background-color: #545654;
    text-align: center;
    transition: .6s;   
}
.position ul.ny-nav li a.active,.position ul.ny-nav li a:hover{    
    background-color: #cf121f;
    font-weight: 800;
}

/*搜索*/
.search .search-input{
    width: 100%;
    position: relative;
}
.search .search-input input{
    width: 100%;
    line-height: 33px;
    font-size: 14px;
    color: #848484;
    padding-left: 15px;
    padding-right: 5px;
    border: 1px solid #e2e2e2;
    border-radius: 25px;
}
.search .search-icon{
    position: absolute;
    right: 0px;
    top: 0px;
}
.search .search-icon button{
    border: 0px;
    background: transparent;
    width: 50px;   
    cursor: pointer;   
    font-size: 18px;
    text-align: center;
}
@media(max-width:767px){
    .position{
    	padding: 10px 0px;
    }
    .position a {
        padding: 0px 1px;
    }
    .position ul.ny-nav,
    .position span.ny-title{
        display: none;
    }
}


/*关于我们*/
.ny-about .about-txt{
    padding: 0px 50px 0px 0px;
}
.ny-about strong {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: block;
    text-transform: uppercase;
}
.ny-about strong:after{    
    display: block;
    content: "";
    width: 45px;
    height: 2px;
    background-color: #ba2828;
    margin: 5px 0px 10px 0px;
}
.ny-about ul li {
    font-size: 16px;
    float: left;
    width: 25%;
    border-bottom: 1px solid #ececec;
    padding: 5px 0px 5px 20px;
    background: url(../images/y.png) no-repeat left center;
}
.ny-about .ny-img,.about .ny-img{
    position: relative;
}

@media(max-width:991px){
    .ny-about .about-con{
       padding: 20px 20px; 
    }    
}

/*行业背景*/
.bag-tit{
    font-size: 32px;
    margin: 50px 0px 30px;
}
.huanjing-list ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.huanjing-list ul li{
    margin: 5px 0px;
    padding: 1.6% 0%; 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e6e6e6;
}
.huanjing-list ul li .huanjing-img{
    width: 18%;
}
.huanjing-list ul li .huanjing-con{
    width: 80%;
    font-size: 16px;
}
.huanjing-list ul li .huanjing-con strong{
    font-size: 24px;   
    font-weight: 500;
}

.hangye-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hangye-list li{
    width: 49%;
    color: #fff;
    margin: 20px 0px;
    padding: 3% 3%; 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: -o-linear-gradient(0deg,#0da264,#1755bf 100%);
    background: linear-gradient(0deg,#0da264,#1755bf 100%);
}
.hangye-list li .hangye-img{
    width: 22%;
}
.hangye-list li .hangye-con{
    width: 78%;
    font-size: 14px;
}
.hangye-list li .hangye-con strong{
    font-size: 24px;   
    font-weight: 500;
}
/*废乳化液和金属油泥的危害*/
.weihai-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.weihai-list li{
    width: 49%;
    margin: 20px 0px;
    padding: 3% 3%;    
    background: #fff;
}
.weihai-list li strong{
    font-size: 24px;
    text-align: center;
    display: block;  
    font-weight: 500;
}
/*油泥特征/油泥的危害*/
.tezheng-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tezheng-list li{
    width: 32.3%;
    margin: 20px 0px;
    padding: 3% 3%;    
    background: #fff;
}
.tezheng-list li strong{
    font-size: 24px;
    text-align: center;
    display: block;  
    font-weight: 500;
}
/*油泥特征表格*/
.bag-table{
    width: 100%;
    margin-top: 50px;
}
.bag-table tr td{
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    padding: 10px 12px;
    background-color: #e8ebf2;
    border: 5px solid #f8f8f8;
    font-weight: 500;
}
@media(max-width:991px){
    .hangye-list li,.weihai-list li,.tezheng-list li{
        width: 100%;
    }
    .bag-tit {
        font-size: 20px;
        margin: 25px 0px 15px;
    }
    .huanjing-list ul li .huanjing-con strong,.hangye-list li .hangye-con strong,.weihai-list li strong,.tezheng-list li strong{
        font-size: 18px;
    }
    .bag-table{
        margin-top: 25px;
    }
    .bag-table tr td {        
        font-size: 12px;
        padding: 6px 5px;
        border: 2px solid #f8f8f8;
        font-weight: 400;
    }
}
/* 荣誉证书 */
.about-honor{
    background: #f6f6f6;
}
.ny-honor .honor-list img{
    max-width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    background: #fff;
}
.ny-honor .honor-list {   
    text-align: center;
    margin: 10px 0px;   
}
.ny-honor .honor-list p{
    line-height: 1.4;
    overflow: hidden;
    padding: 15px;
    font-size: 14px;
}
/*企业文化*/
.culture-list{
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;    
    flex-direction: row;
}
.culture-list li{
    width: 49%;
    background: #f8f8f8;
    margin: 20px 0px;
    overflow: hidden;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;    
}

.culture-list .culture-con{	
    font-size: 16px;
    padding: 30px 30px;
}
.culture-list .culture-con h5{
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;   
}
.culture-list .culture-con h5:after {
    display: block;
    content: "";
    width: 45px;
    height: 3px;
    background-color: #ba2828;
    margin: 10px 0px 15px 0px;
}
@media(max-width:991px){
    .culture-list .culture-img,.culture-list .culture-con{ 
        width: 100%;
    }
    .culture-list .culture-con{
        padding: 20px 20px;
    }
    .culture-list h5 {
        font-size: 15px;       
        margin-bottom: 5px;
    }    
}
/*内页案例*/
.ny-case .case-list{     
    position: relative;
    margin-bottom: 25px;  
}
.ny-case .case-img {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all 0.6s;
}
.ny-case .case-img img{
    width: 100%;
    transition: all 0.6s;    
}
.ny-case .case-list:hover .case-img img{    
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);    
}
.ny-case .case-list h5{  
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    position: relative;
}
.ny-case .case-list h5:after{
    display: block;
    content: "";
    width: 35px;
    height: 2px;
    background-color: #ba2828;
    margin: 10px auto;
}

/*发展历程*/
.h-menu{
    display: flex;
    justify-content: center;
}
.h-menu li a {
    font-size: 20px;
    font-weight: 400;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #2b2b2b;
    transition: .6s;
}
.h-menu li:last-child a {
    border-right: 0px;
    padding-top: 15px;
    display: inline-block;
}
.h-menu li a.active, .h-menu li a:hover {
    color: #1e3193;
    font-weight: 800;
}
.timeline{padding-top:80px;overflow: hidden;}
.timeline .tit{text-align:center; font-size: 36px; color:#333;margin:15px 0 45px}
.timeline .tit span{
    display: block;
    font-size: 24px;
    color: #666666;
}
.timeline ul li{
    position: relative;
    padding: 10px 0;
    height: auto;
}
.timeline ul li:nth-child(2n){
    padding-left: 54%;
    text-align: left;
}
.timeline ul li:nth-child(2n+1){
    padding-right: 54%;
    text-align: right;
}
.time-con::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    z-index: 2;
    background: #3bbaac;
    border: 3px solid #b7fff7;
}
.time-con::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #efefef;
}
.timeline ul li:nth-child(2n+1) .time-con::after{
    left: auto;
    right: calc(50% + 6px);
}
.timeline ul li::before,.timeline ul li::after{
    content: '';
    position: absolute;
    top: 0;
    width: 2px;
    height: calc(50% - 4px);
    left: 50%;
    background: #efefef;
    margin-left: -1px;
}
.timeline ul li::after {
    top: auto;
    bottom: 0;
}
.time-con{
    display: inline-block;
    min-width: 40%;
    min-height: 40px;
    border-radius: 4px;
    padding: 15px 20px;
    background: #fff;
    font-size: 16px;
    cursor: pointer;
}
.time-con h4{
    font-size: 22px;
    color: #1c3278;
    margin-bottom: 10px;
}
@media(max-width:992px){
    .h-menu li a {
        font-size: 16px;
    }
    .time-con h4 {
        font-size: 16px;
    }
    .time-con{
        padding: 10px 10px;    
        font-size: 14px;
    }
}
.planswiper{
    margin: 80px 0px;
    text-align: center;
    position: relative;
}
.planswiper:before {
    content: "";
    position: absolute;
    top: 65px;
    left: 0%;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
}
.planswiper h4{
    font-size: 24px;
    height: 85px;
    text-align: center;
    position: relative;
}
.planswiper h4:after {
    content: "";
    position: absolute;
    bottom: 13px;
    left: 50%;
    width: 15px;
    height: 15px;
    margin-left: -7px;
    background: url(../images/hei.png) no-repeat center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.planswiper .swiper-button-next{
    right: 0px;
}
.planswiper .swiper-button-prev{
    left: 0px;
}
.plan-con{
    background: #fff;
    width: 55%;
    height: 200px;
    background: #0da264;
    border-radius: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 1.2;
    padding: 50px 25px;
    margin: 0px auto
}
.main{
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px;    
}
.ny-comm{    
    position: relative;
}
.comm-left{
    width: 22%;
    float: left;
    background: url(../images/ny-nav.png) no-repeat bottom center #f7f7f7;
    background-size: 100%;
    border: 1px solid #dcdcdc;
}
/*产品类别*/
.comm-left .cstlayer{
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 20px 25px 10px;
    line-height: 1.2;
    background: #00449b;
}
.comm-left .cstlayer span{
    font-size: 12px;
    text-transform: uppercase;
    display: block;    
    font-weight: 300;
}
.comm-left .cstlayer:after{
    content: "";
    display: block;
    background: #e60012;
    width: 40px;
    height: 3px;
    margin: 10px 0px 10px;
}
.comm-left .ny-nav{
    padding: 25px 30px 50px;
}  
.comm-left .ny-nav li a{
    display: block;   
    font-size: 16px;    
    padding:12px 10px 12px 0px;
    line-height: 1.3;
    border-bottom:1px solid #d0d0d0;
}
.comm-left .ny-nav li a i{
    font-size: 16px;
    font-weight: 600;
}
.comm-left .ny-nav li a.active,.ny-comm .comm-left .ny-nav li a:hover{
    color:#fd7c86;
}
.ny-contact{
    color: #fff;
    text-align: center;
    padding-bottom: 30px;
}
.ny-contact span{
    display: block;
}
.btnarea{
    font-weight: bold;
    color: #fff;
    padding: 5px 25px;
    margin-top: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    display: inline-block;
}
.comm-right{ 
    width: 78%;
    padding: 0px 0px 0px 40px;   
    float: right;    
}

.ny-comm .ny-title{
   font-size: 22px;
   color: #1c3278;
   font-weight: 900;
   text-transform: uppercase;   
}
.ny-comm .ny-title span,
.ny-comm .ny-title strong{
    display: block;
    font-size: 40px;
    font-weight: bold;   
    line-height: 1.2;     
}
.ny-comm .ny-title:after{
    display: block;
    content: "";
    width: 70px;
    height: 0px;
    background: #fdba33;
    margin: 15px 0px;
}
@media(max-width:992px){
    .main{	    
	    padding-top: 20px;
	    padding-bottom: 20px;    
	}    
    .ny-comm .ny-title {
        font-size: 20px;
    }
    .ny-comm .ny-title span, .ny-comm .ny-title strong{
        font-size: 30px;
    }
}
.ny-comm .ny-title ul{
    float: right;
    font-size: 14px;
    font-weight: normal;
}

.ny-comm .ny-title ul li {
    position: relative;
    display: inline-block;
    padding: 0 5px;
    font-size: 14px;
}
.ny-comm .ny-title ul li a{
    color:#76787a;
}
/*产品类别*/
.ny-menu{
    background: #f7f7f7;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
}
@media(max-width:991px){
    .ny-menu{
       display: none;
    }
}
.ny-menu ul li h5{    
    font-size: 16px;
    text-align: center;
    line-height: 1.1; 
    padding: 15px 10px;
    background: #fff;
    border-radius: 2px;    
    margin: 5px 0px 
}
.ny-menu ul li h5 span{
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 100;
    opacity: 0.85;
}
.ny-menu ul li.active a h5,.ny-menu ul li a:hover h5{   
    background-color: #00449b;
    color:#fff;
    font-weight: 600;
}
/*合作伙伴*/
.ny-cooper {
	background: #f7f7f7; 
}
/*招聘*/
.ny-job h4.panel-title{
    font-size: 1.1rem;
    margin-bottom: 0.0px;
}
.ny-job .panel-footer{
    background-color: transparent;
    border-top: 1px solid #ddd;
    margin-bottom: 20px;
}
/*关于我们下图*/
.duoimg img{
    margin: 15px 0px;
}
/*产品列表*/
.ny-product .product-list{
    
}
.product-list{   
    position: relative;
    background-color: #fff;
    padding: 10px;
    border: 1px solid #dcdcdc;
    margin-bottom: 30px;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s; 
}
.product-list .product-img img{
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-list h4{    
    font-size: 16px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.product-list .product-img{
    overflow: hidden;
    margin-bottom: 15px;
}
.product-list:hover .product-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media (max-width:991px){ 
	.product-list {
	    margin-bottom: 15px;
	    padding-bottom: 10px;	    
	}
	.product-list h4{
		font-size: 14px;
	}
}
/*手机版*/
.m-pro-nav{
    display: none;
}
.m-pro-nav .dropdown .btn{
    width:100%;
    padding:10px 0;
    background: #0da264;
    color: #fff;
}
.m-pro-nav .dropdown .dropdown-menu{
    width:100%;
    padding:10px 20px;
    height:313px;
    overflow: auto;
}
.m-pro-nav .dropdown .dropdown-menu li{
    padding:8px 10px;
    border-bottom:1px solid #ddd;
}
@media (max-width:991px){  
    .ny-comm .comm-right{
        width:100%;
        padding: 0px 0px;
        background: transparent;
    }
    .m-pro-nav{
        display: block;
        margin: 15px 0px 15px;
    }    
}

/*产品展示详情 */
.product-info{
    background-color: #fff;
    padding: 0px 0px;
    margin-bottom: 30px;
}
.product-info h5{
   font-size: 20px;
   font-weight: 900;
   line-height: 1.0;   
   margin-bottom: 15px;
}
.product-info h5 span{
    font-size: 22px;
    display: block;
    color: #031c7b;
}
.product-info h5 span:after{
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    margin: 10px 0;
    background-color: #ff2d2d;
}
.product-info .case-img{
    padding:0px 0%; 
}
@media(max-width:512px){
    .product-info{
        padding: 15px 15px;
    }
    .product-info h5 span,.product-info h5{
        font-size: 18px;
        margin-top: 10px;
    }
    .product-info h5 span:after {        
        width: 36px;
        height: 2px;        
        margin: 5px 0;        
    }
}
.product-con{
    padding: 25px 15px 25px 0px;
}
.product-con .overview{ 
    overflow: hidden; 
}
@media(max-width:991px){
    .product-con .overview{
        height: auto;
    }
}
.product-con .overview span{
    font-size: 20px;
    font-weight: bolder;
    color: #034496;
    display: block;
}
.scrollbox{
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    padding-right: 10px;
}
/*滚动条样式*/
.scrollbox::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.scrollbox::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.scrollbox::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.product-info-content {
    background-color: #fff;
    margin: 0px auto;
    padding: 15px 15px;    
}
.product-info-content img{
    margin: 15px 0px;
    width: auto;
    max-width: 100%;
}
.product-info-content h5 {
    font-size: 18px;
    display: block;
    font-weight: 600;
    margin: 20px 0px 0px;
}
.product-info-content h5 strong {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding: 4px 10px;
}
.product-info-content h5:after{
    display: block;
    content: "";
    width: 40px;
    height: 2px;
    margin: 10px 0px;
    background: #0da264;
}
.product-info-content ul li{
    padding: 10px 0px;
    border-bottom: 1px solid #ededed;
}
/*table*/
.table tr td{
    padding: 2.05rem 15px;
    vertical-align: top;
    border-top: 1px solid #e9e9e9;
}
.table tr td:first-child{
    width: 20%;
}
.table tr td h5{
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
}
.table tr td:first-child h5:after{
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    margin-top: 15px;
    background: #0da264;
}
.table ul{
    counter-reset: number 0;
}
.table ul li{
    position: relative; 
    padding: 0px 15px 20px 50px;
}
.table ul li strong{
    font-size: 18px;
    font-weight: 600;
}
.table ul li:before {
    counter-increment: number 1;
    content: "0"counter(number);
    position: absolute;
    left: 0;
    top: 0;   
    height: 100%;   
    vertical-align: middle;
    display: block;  
    font-size: 34px;
    color: #0da264;    
    line-height: 1.2;
}
.table.table-striped tr td{
    padding: 15px 15px;
    vertical-align: top;
    border-top: 1px solid #e9e9e9;
}
.table .table-stripedtr td:first-child{
    width: auto;
}

/*相关下载*/
.downlist ul li{
    font-size: 14px;
    line-height: 4;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 30px;
    position: relative;
    border-bottom: 1px solid #f7f7f7;
}
.downlist ul li::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 10px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #dcdcdc;
}
/*上一页下一页*/
.pre-next{
    font-size: 14px;
    line-height: 1.6;
    margin-top: 30px;
}
.pre-next span{
    font-weight: bold;
}
.product_back{
    padding: 30px 0px;
    border-bottom: 2px solid #e1e1e1;
}
@media(max-width:991px){
    .pre-next .text-right{
        text-align: left;
    }    
	.product-info-content {	    
	    font-size: 14px;
	    padding: 20px 10px;
	}
	.product-info-content h5 strong {	    
	    font-size: 14px;	    
	    padding: 10px 10px;
	}
}
/*相关产品*/
.related-title{
    font-size: 25px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;    
    margin-bottom: 20px;
    border-bottom: 3px solid #f2f2f2;
    margin-top: 20px;
    padding-top: 20px;
}
.related-title span{
    display: block;
    font-weight: bolder;
    font-size: 30px;
}
@media(max-width:512px){
    .related-title{
        font-size: 20px;
    }
}
.related-title::after {
    display: block;
    content: "";
    width: 70px;
    height: 3px;
    background: #fdba33;
    margin: 20px auto 0px auto;
    margin-bottom: -3px;
}
/* 新闻 he 实力*/
.ny-news .ny-news-list { 
    margin-bottom: 25px;
    background-color: #fff;
    border: 1px solid #f7f7f7;
    padding: 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-img img{
    width:100%;
}
.ny-news .ny-news-list .ny-news-content{
    padding: 0px 0px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.ny-news .ny-news-list .ny-news-content .ny-news-title{    
    line-height: 1.4;
    font-size: 18px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
}
.ny-news .ny-news-list .ny-news-content .ny-news-title span{    
    display: block;
    font-weight: 300;
    font-size: 14px;
}
.ny-news .ny-news-list .ny-news-content h5{    
    line-height: 1;
    font-size: 26px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 25px 0px;
}
.ny-news .ny-news-list .ny-news-content h5 strong{
    font-weight: normal;
    font-size: 14px;
}
.ny-news .ny-news-list .ny-news-content .ny-news-intro{
    font-size: 14px;
    line-height: 25px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ny-news .ny-news-list:hover{
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
}
@media (max-width:991px){
    .ny-news .ny-news-list .ny-news-img{
        padding-right:0;
        margin-top: 10px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title{
        width:100%;
        font-size: 14px;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-title span{
        display: block;
        width:100%;
        text-align: left;
    }
    .ny-news .ny-news-list .ny-news-content .ny-news-intro{
        width:100%;
    }
    .ny-news .ny-news-list .ny-news-content{
        padding: 0px 0px;
    }
}

/* 新闻详情页 */
.ny-news-info{    
    width: 65%;
    margin: 0px auto;
}
.ny-comm .news-info-title{   
    padding: 20px 0px;
    margin-bottom: 30px;
    border-bottom: 2px solid #e0e0e0;
}
.ny-comm .news-info-title p{
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0 0;
    line-height: 1.333;
}
.ny-comm .news-info-title .category {
    color: #403c3e;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px;
}
.ny-news-info .news-info-content{
    line-height: 28px;
    margin-bottom: 30px;
}
.news-info-content .theme-thumbnail {
    margin-bottom: 30px;
}
.news-info-content img{
    width: 100%;
    margin: 15px 0px;
}
@media (max-width:991px){
    .ny-news-info{
        width: 100%;
    }
    .ny-news-info .news-info-title p{
        font-size: 14px;
    }
}
/* 联系我们 */
.contact .contact-title{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.contact img{   
    width: 138px;
}
.map{
    border: 1px solid #ddd; 
    padding: 15px; 
    background: #fff;
}
.map img{
    width: auto;
    max-width: none;
}
.BMap_stdMpCtrl, .BMapLabel, .BMap_omCtrl{
    display: none !important;
}
/* 在线留言 */
.message {
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 16px;
    padding: 40px 30px 45px;
}
.form-control{
    height:50px;
    margin-bottom:10px;
}
.form-control1{
    height:120px !important;
}
.message-btn button{
    width:100%;
    height:50px;
    font-size: 18px;
    font-weight: bold;
    border:none;
}

/* 搜索页面 */
.ny-search .ny-search-box .search-img-top{
    width:100%;
}
.ny-search .ny-search-box .search-title{
    padding:8px 0 8px 10px;
}
.ny-search .ny-search-box:hover .search-title{
    background:#004080;
    color:#fff;
}
.ny-search .ny-search-box {
    margin-bottom:30px;
}
@media(max-width:992px){
    .contact ul li{
        margin: 25px 0px;
    }
    .contact .contact-title p {
        font-size: 20px;  
    }
    .message{
        margin-top: 20px;
    }
}</pre></body></html>